home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9932 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  800 b 

  1. Path: linus.mitre.org!mbunix!costello
  2. From: costello@mbunix.mitre.org (Roger L Costello)
  3. Newsgroups: comp.lang.c++
  4. Subject: Using a Watcom 10.0 Library from MSVC++ 2.0
  5. Date: 4 Mar 1996 11:46:28 GMT
  6. Organization: The MITRE Corporation, Bedford Mass.
  7. Distribution: usa
  8. Message-ID: <4hel6k$lh0@linus.mitre.org>
  9. NNTP-Posting-Host: mbunix.mitre.org
  10.  
  11. Hi Folks,
  12.    I have been given a static library that was built using 
  13. a Watcom 10.0 C++ compiler.  I would like to access the
  14. functions that are in this library from a MS Visual C++
  15. program.
  16.  
  17.    My current efforts to this end have resulted in a link
  18. error, eg., "unresolved external symbol __xxx."
  19.  
  20.    What am I missing?  Is there something special that I
  21. must do to access the functions in a Watcom library from
  22. Visual C++?  Thanks for any help.  /Roger
  23.